<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vral{
	height: 40px;
	float: right;
	
margin-top: 30px;
}
ul,li{
	list-style: none;
}
.vral i{
	color: #fff;
	font-size: 30px;
}
.vral li{
	float: left;
	height: 40px;
	display: flex;
}
.vral li:first-child{
	width: 160px;
	border-radius: 5px;
	overflow: hidden;
}
.vral li:first-child div:first-child{ 
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
}
.vral li:first-child div:last-child{ 
	width: 120px;
	
}
.vral li:first-child div:last-child img{ 
	width: 100%;
}
.vral li:last-child{
	margin-left: 20px;
	width: 85px;
	color: #246ace;
	font-size: 14px;
	display: flex;
	align-items: center;
	height: 40px;
}
.vral_a:hover .vral li:last-child{
	text-decoration:underline;
}


.fullSlide {
	max-width: 1800px;
	margin: 0 auto;
	position: relative;
	height: 520px;
	overflow: hidden;
}

.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd li {
	/*width: 100% !important;*/
	height: auto;
	overflow: hidden;
	text-align: center;
	transition: all .4s;
}

.fullSlide .bd li a {
	display: block;
	height: auto;
}
.fullSlide .bd li a img{
	border-radius: 30px;
	width: 100%;
}
.fullSlide .hd {
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	position: absolute;
	z-index: 1;
	bottom: 70px;
	overflow: hidden;
}

.fullSlide .hd ul {
	float: right;
}

.fullSlide .hd ul li {
	float: left;
	margin: 0 5px;
	display: inline;
	cursor: pointer;
}

.fullSlide .hd ul li img {
	border-radius: 2px;
	width: 80px;
	line-height: 41px;
	display: block;
	border-bottom: 2px solid #fff;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.fullSlide .hd ul .on img {
	border-color: #246ACE;
	filter: alpha(opacity=100);
	opacity: 1;
}


/*end*/

.in-zx {
	position: relative;
	z-index: 20;
	/*width: 1400px;*/
	height: 100px;
	box-sizing: border-box;
	margin: -50px auto 0;
	padding: 0 40px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.in-zx-l h2 {
	font-size: 14px;
	color: #333333;
	float: left;
	line-height: 100px;
}

.in-zx-l ul {
	float: left;
}

.in-zx-l ul li {
	float: left;
	margin-left: 30px;
}

.in-zx-l ul li:first-child {
	margin-left: 20px;
}

.in-zx-l ul li a {
	font-size: 14px;
	color: #666666;
	line-height: 100px;
}
.in-zx-l ul li a:hover{
	color: #246ACE;
}
.in-pro {
	margin: 100px auto 0;
}

.in-pro-list {
	margin-top: 80px;
	padding-bottom: 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.in-pro-list li {
	width: 23%;
	box-sizing: border-box;
	background: #F5F5F5;
	border-radius: 10px;
	padding: 10px 10px 35px;
	text-align: center;
	transition: all .2s;
}

.in-pro-list li .in-pro-img {
	display: block;
	height: 200px;
	margin: 0 auto 30px;
	background: #FFFFFF;
	border-radius: 10px;
}

.in-pro-list li .in-pro-img img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.in-pro-list li h2 {
	margin-bottom: 20px;
}

.in-pro-list li h2 a {
	font-size: 20px;
	color: #333333;
}

.in-pro-nav {
	margin-bottom: 30px;
	padding: 0 14px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.in-pro-nav a {
	display: inline-block;
	font-size: 14px;
	color: #666666;
}

.in-pro-btn {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-evenly;
}

.in-pro-btn a {
	display: inline-block;
	padding: 8px 17px;
}

.in-pro-btn .in-more {
	color: #666666;
	background: #FFFFFF;
	border-radius: 5px;
}

.in-pro-btn .in-chat {
	color: #ffffff;
	background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	border-radius: 5px;
}

.in-pro-btn .in-solution {
	color: #E62129;
	border: 1px solid #E62129;
      display: none;
	border-radius: 5px;
}

.in-pro-list li:hover {
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.in-pro-list li:hover h2 a {
	color: #246ACE;
}
.in-pro-nav a:hover{
	color: #246ACE ;
}
.in-pro-list li:hover .in-pro-img {
	background: #f5f5f5;
}

.in-pro-list li:hover .in-pro-btn .in-more {
	background: #f5f5f5;
}
.in-ser{
	margin: 100px auto 0;
}

.in-news{
	margin: 100px auto 40px;
}
.in-news-top{
	margin-top: 60px;
	border-radius: 10px;
	height: 226px;
	overflow: hidden;
	background-color: #F5F5F5;
}
.in-news-top:hover .in-news-top-r h3 a{
	color: #246ACE;
}
.in-news-top:hover .in-news-top-r&gt;a{
	color: #246ACE;
}
.in-news-top-l{
	width: 26%;
	overflow: hidden;
}
.in-news-top-l a img{
	width: 100%;
}
.in-news-top-l a{
	display: block;
}
.in-news-top-r{
	width: 74%;
	box-sizing: border-box;
	padding: 40px 30px;
	
}
.in-news-top-r h3 a{
	font-size: 24px;
	color: #333333;
}
.in-news-top-r span{
	display: block;
	font-size: 12px;
	color: #999999;
	margin-top: 15px;
}
.in-news-top-r p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.in-news-top-r&gt;a{
	display: block;
	width:100px;
	height:30px;
	color: #333333;
	text-align: center;
	line-height: 30px;
	background:#FFFFFF;
	border:1px solid #E6E6E6;
	border-radius:5px;
	margin-top: 20px;
}
.in-news-top-r:hover&gt;a{
	color: #246ACE;
}
.in-news-ul{
	margin-top: 60px;
}
.in-news-ul li{
	width: 48%;
	height:60px;
	float: left;
	box-sizing: border-box;
	padding: 0 30px;
	line-height: 60px;
	background:#FFFFFF;
	border:1px solid #E6E6E6;
	border-radius:5px;
	margin-bottom: 40px;
}
.in-news-ul li:nth-child(2n){
	float: right;
}
.in-news-1 .in-news-ul li:nth-child(3),.in-news-1 .in-news-ul li:nth-child(4){
	margin-bottom: 0;
}
.in-news-ul li h4{
	display: inline-block;
	float: left;
	font-weight: 400;
}
.in-news-ul li h4 a.in-news-title{
	font-size: 14px;
	color: #333333;
}
.in-news-ul li .in-news-time{
	font-size: 14px;
	color: #666666;
	float: right;
}
.in-news-ul li:hover{
	border:none;
	background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
}
.in-news-ul li:hover span,.in-news-ul li:hover h4 a.in-news-title{
	color: #FFFFFF;
}
/*youlian*/
.in-youlian{
	margin: 0 auto;
}
.in-youlian h3{
	display: inline-block;
}
.in-youlian h3 a{
	display: inline-block;
	margin-top: 15px;
	font-size: 14px;
	color: #666666;
}
.in-youlian a{
	font-size: 12px;
	color: #999999;
}
.in-youlian ul{
	display: inline-block;
}
.in-youlian ul li{
	display: inline-block;
	margin-right: 10px;
}</pre></body></html>